From: Jim Blandy Date: Thu, 20 May 1993 00:56:54 +0000 (+0000) Subject: * configure.in: Recognize Linux as a valid operating system for X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96146 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1b6fca8c78e6fd6fea4674a48f1cd26c731a549e;p=emacs.git * configure.in: Recognize Linux as a valid operating system for the i386. --- diff --git a/configure1.in b/configure1.in index d5a226bdfa8..7b80b4d375e 100755 --- a/configure1.in +++ b/configure1.in @@ -552,6 +552,7 @@ case "${configuration}" in *-isc* ) opsys=isc3-0 ;; *-esix* ) opsys=esix ;; *-xenix* ) opsys=xenix ;; + *-linux* ) opsys=linux ;; *-sco3.2v4* ) opsys=sco4 ;; ## Otherwise, we'll fall through to the generic opsys code at the bottom. esac